<script>
function getaol() {
document.getElementById("weapon").value = document.getElementById("siF3").value
weap = document.getElementById("siF3").value
if (weap == '')
document.all.aolweaponpre.innerHTML = '<img src="/invent/weapon/0.gif">';
else       
document.all.aolweaponpre.innerHTML = '<img src="/invent/weapon/'+weap+'.gif">';
document.getElementById("clother").value = document.getElementById("siF4").value;
clot = document.getElementById("siF4").value
if (clot == '')
document.all.msnclothpre.innerHTML = '<img src="/invent/cloth/0.gif">';
else       
document.all.msnclothpre.innerHTML = '<img src="/invent/cloth/'+clot+'.gif">';
document.getElementById("pistolette").value = document.getElementById("siF5").value;
pis = document.getElementById("siF5").value
if (pis == '')
document.all.yahoopistpre.innerHTML = '<img src="/invent/pist/0.gif">';
else       
document.all.yahoopistpre.innerHTML = '<img src="/invent/pist/'+pis+'.gif">';
}
function weaponpre(wpn)
{
       document.all.aolweaponpre.innerHTML = '<img src="/invent/weapon/'+wpn+'.gif">';
}
function msnpre(clth)
{
document.all.msnclothpre.innerHTML = '<img src="/invent/cloth/'+clth+'.gif">';
}
function yahoopre(pst)
{
       document.all.yahoopistpre.innerHTML = '<img src="/invent/pist/'+pst+'.gif">';
}
</script>